home *** CD-ROM | disk | FTP | other *** search
/ The Complete Windows Set / The Complete Windows Set.iso / SWITCH / SWITCH.TXT < prev   
Text File  |  1992-09-03  |  10KB  |  232 lines

  1. *Please Maximize this window
  2. to see the full text.*                
  3.  
  4. ºººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººº
  5. º                Jon Persky Games Presents                      º
  6. º                   SWITCH v.  2.0                             º
  7. ºººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººººº
  8.  
  9.  
  10. PACKING LIST
  11.  
  12.     SWITCH.EXE - The executable program file.
  13.     SWITCH.TXT - This text file
  14.     BLUEDOT.ICO
  15.     REDDOT.ICO    }Icon files
  16.     BLANK.ICO
  17.  
  18. All these files MUST be in the same directory on your disk.
  19. If any of these files are missing or look altered please let me know!
  20.  
  21.  
  22. REQUIREMENTS
  23.  
  24.     Windows 3.x, mouse, VGA. I'm not sure if you can get by without at 
  25. least a 386, you're free to try.
  26.  
  27.  
  28. IMPORTANT: This program needs the file VBRUN100.DLL to work. Please refer to
  29. the Technical Notes section further in this file for more details.
  30.  
  31.  
  32. INSTALLATION
  33.  
  34.     First, copy the files that came with Switch to your C:\WINDOWS
  35. directory by using File Manager. (If you get a message indicating
  36. overwriting the file VBRUN100.DLL, click OK; you only need one copy of this
  37. file.) Close File Manager and open your Games group in Program Manager.
  38. Select File...New and click on Program Item. In the Description box, type
  39. "Switch". In the Command Line box, type "\windows\switch.exe". You don't 
  40. need to worry about the rest; just click OK. The icon will be there and 
  41. you're ready to go!
  42.  
  43.  
  44. OVERVIEW
  45.  
  46.     SWITCH is a game of logic. When you load the program, you will see
  47. nine boxes. Four blue balls will be in the four left boxes, four red balls
  48. will be in the four right boxes, and the middle box will be left empty. The
  49. goal of Switch is to reverse the order of the colored balls so that the blue
  50. balls are on the right, and vice versa.
  51.  
  52. Starting position: B B B B   R R R R
  53. Winning position:  R R R R   B B B B
  54.  
  55.  
  56. HOW TO PLAY
  57.  
  58.     To move a ball, simply click on it. Legal moves are as follows: You
  59. can move a ball one space into an empty space, or you can jump over another
  60. ball of the opposite color. For example, if the order looks like this:
  61.  
  62. B B B B R   R R R
  63.  
  64. then you can move a red ball over one space to the left:
  65.  
  66. B B B B R R   R R
  67.  
  68. or you can jump over a red ball with a blue ball.
  69.  
  70. B B B   R B R R R
  71.  
  72.     You cannot move backwards (i.e., blue balls must move right and red
  73. balls must move left.) You can only jump over one ball at a time, and you 
  74. cannot jump over a ball of the same color.
  75.     Each move you make is counted as a turn. Illegal moves (followed by
  76. a beep) are also counted as turns to make sure you learn how to move. There
  77. are only two solutions to the puzzle, and it will take you at least 24 turns
  78. to solve it. It's very difficult, so good luck!
  79.  
  80.  
  81. COMMANDS
  82.  
  83. Game Menu
  84.     New (F2): Starts a new game.
  85.     Exit (^X): Quits Switch.
  86.     About Switch: Shareware info and other stuff.
  87.  
  88. Options Menu
  89.     Show How to Do It (^S): Watch the ultimate solution to the puzzle
  90.         flash before your eyes! Puts an end to frustration, if only
  91.         you can memorize the pattern!
  92.     Background Color - Customize your Switch window with a palette 
  93.         of 7 colors.
  94.  
  95. Help Menu - a dialog box that tells you to open this file.
  96.  
  97.  
  98. STRATEGY & HINTS
  99.  
  100.     Switch takes a great deal of logic and brainwork to master. If you 
  101. are still stumped and continuously get stuck, here are some hints:
  102.  
  103. 1) Never leave two balls of the same color next to each other, except for 
  104.    the starting and ending positions, since you cannot jump over two balls 
  105.    at once. Try to alternate blue-red while you play.
  106. 2) Take your time and be careful! Remember that you can not undo your move 
  107.    if you mess up. Time and patience is the key to a good score.
  108. 3) There are not many solutions to the puzzle, but once you solve it, you'll
  109.    recognize the pattern and be able to solve it again and again.
  110.  
  111. Remember the solution is just a key press away! (But it would be CHEATING!)
  112. (But nobody's WATCHING!) <g>
  113.  
  114. TECHNICAL NOTES
  115.  
  116.     Switch was made on Microsoft Visual Basic v. 1.0. To work
  117. effectively, the program MUST be accompanied by the file VBRUN100.DLL. You
  118. should either receive the file with this program or separately from the 
  119. person or board you received this from.  If not, please contact me via
  120. CompuServe [70661,700] or by mail (see below for address) and I will upload or 
  121. or mail a disk (to minimize costs, I will send a low-density 5.25" disk, 
  122. please  tell me if this is a problem) to you at no charge. Note: 
  123. VBRUN100.DLL is a large (270+ KB) file. You only need one copy of this file.
  124. So if you have previously downloaded a Visual Basic application or have the
  125. Visual Basic program, you can delete this file. However, you should have a 
  126. copy of this file in the same directory as the Switch program.
  127.  
  128.  
  129. NEW IN VERSION 2.0
  130.  
  131.     Because NONE of the 40+ people who downloaded v.1.2 told me about 
  132. it, v.1.2 stayed online with a fatal bug! I had dumb-brainedly left the icon
  133. files out of the zipfile, AND listed in the source code this line, many 
  134. times over:
  135.  
  136. dots1.picture = LoadPicture ("c:\vb\jongames\switch\bluedot.ico")
  137.  
  138. Chances are you don't have a \vb\jongames\switch subdirectory!!! If you try
  139. to run 1.2, you will get a "File Not Found" error message. I changed it to:
  140.  
  141. dots1.picture = LoadPicture ("bluedot.ico")
  142.  
  143. Now it won't work on my disk (for some reason) when executing it from VB,
  144. but I copied the files to another directory on my hard disk and the .EXE
  145. file worked fine. Sorry about the mess, and I hope you will tell me about
  146. these bugs in the future!!!
  147.  
  148. So that was the EMERGENCY reason I updated it. The other new feature in
  149. Switch is the Show How To Do It feature, because I know you are dying to
  150. know how the puzzle is solved!
  151.  
  152.  
  153. SHAREWARE INFO
  154.  
  155.     Switch is Shareware. If you enjoy it, you should register 
  156. by sending $5 to:
  157.             Jonathan D. Persky
  158.             5 Oak Lane
  159.             Weston, CT 06883
  160.  
  161. Please include your name, address, and where you got your copy of Switch.
  162. If you register, you will receive a disk (please specify 3.5" or 5.25") of 
  163. the latest versions of all completed Jon Persky Games so far. The disk will
  164. only contain one copy of the file VBRUN100.DLL.
  165.  
  166. You can also register electronically if you subscribe to CompuServe. Simply
  167. type GO SWREG and search for registration #254. The registration fee will 
  168. appear on your CompuServe bill. If you register by this method, the fee will
  169. be $6 instead of $5. This additional charge covers CompuServe's 15%
  170. processing fee. However, you may find this method more convenient, as you
  171. can include the fee on your CompuServe account and you don't have to bother 
  172. with sending cash or checks.
  173.  
  174. Please remember that the only way I receive compensation for my time and
  175. effort is by your registration payment. Remember that you'll receive a disk
  176. with the complete set of Jon Persky Games in exchange for your registration.
  177. At the current time, the disk will include 6 games (see the "Won't You
  178. Please Check Out" section below.) With shareware, disk, and postage costs,
  179. this is a $32 value for your $5 registration! The good thing about shareware
  180. is that the author and the user both benefit from it a great deal. And, if
  181. you don't like the game, simply remove it from your hard disk and your only
  182. cost is any charges associated with downloading the program. Also, you are
  183. not required to pay registration for the games you receive upon registering
  184. this game.
  185.  
  186. You may upload Switch to bulletin boards in condensed or uncondensed format 
  187. or pass it to your friends provided you do so at no cost and you keep the 
  188. files SWITCH.EXE, SWITCH.TXT, BLUEDOT.ICO, REDDOT.ICO, and BLANK.ICO intact
  189. and unaltered. (Check with your bulletin board to make sure it has a copy of
  190. the file VBRUN100.DLL, and if it doesn't, please upload that separately.)
  191.  
  192.  
  193. AND WON'T YOU PLEASE CHECK OUT...
  194.  
  195.      As of September 1, 1992, these are all completed Jon Persky Games, with
  196. the latest version number in parentheses and the program name in brackets.
  197.  
  198. 1. What's My Number? (3.0) [WHATSMY#.EXE] Can you guess the computer's 
  199.     secret number in as few turns as possible?
  200. 2. Switch (2.0) [SWITCH.EXE] 10